blob: 6ad759f5c31a2349c4de094025b4930e5dce8775 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -E -C %s | FileCheck -check-prefix=CHECK-C -strict-whitespace %s
Edward O'Callaghan9b0cffe2009-10-27 03:47:36 +00002// CHECK-C: boo bork bar // zot
Edward O'Callaghanb396a372009-10-27 02:36:32 +00003
Daniel Dunbara5728872009-12-15 20:14:24 +00004// RUN: %clang_cc1 -E -CC %s | FileCheck -check-prefix=CHECK-CC -strict-whitespace %s
Edward O'Callaghan9b0cffe2009-10-27 03:47:36 +00005// CHECK-CC: boo bork /* blah*/ bar // zot
Edward O'Callaghanb396a372009-10-27 02:36:32 +00006
Daniel Dunbara5728872009-12-15 20:14:24 +00007// RUN: %clang_cc1 -E %s | FileCheck -check-prefix=CHECK -strict-whitespace %s
Edward O'Callaghanb396a372009-10-27 02:36:32 +00008// CHECK: boo bork bar
Reid Spencer5f016e22007-07-11 17:01:13 +00009
10
11#define FOO bork // blah
12boo FOO bar // zot
13