summaryrefslogtreecommitdiffstats
path: root/test/Driver/nostdlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/nostdlib.c')
-rw-r--r--test/Driver/nostdlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Driver/nostdlib.c b/test/Driver/nostdlib.c
new file mode 100644
index 0000000..c73212f
--- /dev/null
+++ b/test/Driver/nostdlib.c
@@ -0,0 +1,4 @@
+// RUN: %clang -ccc-host-triple i686-pc-linux-gnu -### -nostdlib %s 2> %t
+// RUN: FileCheck < %t %s
+//
+// CHECK-NOT: start-group
OpenPOWER on IntegriCloud