aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2009-03-13-dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2009-03-13-dbg.c')
-rw-r--r--test/FrontendC/2009-03-13-dbg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/FrontendC/2009-03-13-dbg.c b/test/FrontendC/2009-03-13-dbg.c
new file mode 100644
index 0000000..aa13af4
--- /dev/null
+++ b/test/FrontendC/2009-03-13-dbg.c
@@ -0,0 +1,5 @@
+// RUN: %llvmgcc %s -c -g -o /dev/null
+// XTARGET: darwin,linux
+// XFAIL: *
+void foo() {}
+