diff options
Diffstat (limited to 'Tests/InterfaceLibrary/obj.cpp')
-rw-r--r-- | Tests/InterfaceLibrary/obj.cpp | 5 |
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; +} |