diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Misc/win32-macho.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c new file mode 100644 index 00000000000..2879ba4479c --- /dev/null +++ b/clang/test/Misc/win32-macho.c @@ -0,0 +1,2 @@ +// Check that basic use of win32-macho targets works. +// RUN: %clang -c -target x86_64-pc-win32-macho %s |