summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testLib1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Export/testLib1.c')
-rw-r--r--Tests/ExportImport/Export/testLib1.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/ExportImport/Export/testLib1.c b/Tests/ExportImport/Export/testLib1.c
index 35bb1e5..5002963 100644
--- a/Tests/ExportImport/Export/testLib1.c
+++ b/Tests/ExportImport/Export/testLib1.c
@@ -1 +1,4 @@
-int testLib1(void) { return 0; }
+int testLib1(void)
+{
+ return 0;
+}