mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
9 lines
203 B
C
9 lines
203 B
C
// RUN: %clang -target i686-pc-linux-gnu -### -nodefaultlibs %s 2> %t
|
|
// RUN: FileCheck < %t %s
|
|
//
|
|
// CHECK-NOT: start-group
|
|
// CHECK-NOT: "-lgcc"
|
|
// CHECK-NOT: "-lc"
|
|
// CHECK: crtbegin
|
|
// CHECK: crtend
|