diff options
Diffstat (limited to 'gcc/gcc-test/src/windows.c')
-rw-r--r-- | gcc/gcc-test/src/windows.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gcc-test/src/windows.c b/gcc/gcc-test/src/windows.c new file mode 100644 index 0000000..0896aa0 --- /dev/null +++ b/gcc/gcc-test/src/windows.c @@ -0,0 +1,3 @@ +#include <windows.h> + +void windows() {} |