Home | History | Annotate | Download | only in Driver
      1 // RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \
      2 // RUN:   | FileCheck %s
      3 
      4 // CHECK: main-file-name
      5 
      6 #ifdef(1)
      7 foo:
      8         nop
      9         nop
     10         nop
     11 #endif
     12