diff options
Diffstat (limited to 'Tests/ObjectLibrary/A/a1.c.in')
-rw-r--r-- | Tests/ObjectLibrary/A/a1.c.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/ObjectLibrary/A/a1.c.in b/Tests/ObjectLibrary/A/a1.c.in new file mode 100644 index 000000000..d1eaf58fd --- /dev/null +++ b/Tests/ObjectLibrary/A/a1.c.in @@ -0,0 +1,2 @@ +#include "a.h" +int a1(void) { return 0; } |