aboutsummaryrefslogtreecommitdiff
path: root/test/Misc/win32-macho.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/win32-macho.c')
-rw-r--r--test/Misc/win32-macho.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Misc/win32-macho.c b/test/Misc/win32-macho.c
new file mode 100644
index 000000000000..517bde9af936
--- /dev/null
+++ b/test/Misc/win32-macho.c
@@ -0,0 +1,2 @@
+// Check that basic use of win32-macho targets works.
+// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s