xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/nostdlib.c (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
1 // RUN: %clang -target i686-pc-linux-gnu -### -nostdlib %s 2> %t
2 // RUN: FileCheck < %t %s
3 //
4 // CHECK-NOT: start-group
5