diff options
Diffstat (limited to 'test1.c')
| -rw-r--r-- | test1.c | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +/* + * test1 + * + * Linked against libdynsymlink + */ + +#include <stdio.h> + +int main() +{ + printf("This is test1\n"); + return 0; +} |
