Skip to content

Commit 35ce6f0

Browse files
committed
xcoff: add resource test files
1 parent e61733e commit 35ce6f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

xcoff/base.c

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <stdio.h>
2+
3+
int main() {
4+
printf("Hello, world");
5+
return 0;
6+
}

xcoff/base.xcoff

884 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)