summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLibrary/obj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLibrary/obj.cpp')
-rw-r--r--Tests/InterfaceLibrary/obj.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/InterfaceLibrary/obj.cpp b/Tests/InterfaceLibrary/obj.cpp
index ee6f5fef27..475800d62b 100644
--- a/Tests/InterfaceLibrary/obj.cpp
+++ b/Tests/InterfaceLibrary/obj.cpp
@@ -1 +1,4 @@
-int obj() { return 0; }
+int obj()
+{
+ return 0;
+}