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