diff options
Diffstat (limited to 'Tests/ExportImport/Export/testLib2.c')
-rw-r--r-- | Tests/ExportImport/Export/testLib2.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/testLib2.c b/Tests/ExportImport/Export/testLib2.c index 7a5206f..f5faffa 100644 --- a/Tests/ExportImport/Export/testLib2.c +++ b/Tests/ExportImport/Export/testLib2.c @@ -1,4 +1,8 @@ +#ifndef FROM_compileOnly +# error "Usage requirements from `compileOnly` not found" +#endif + extern int testLib1(void); int testLib2(void) |