Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 -E -C %s | FileCheck -strict-whitespace %s
      2 
      3 // foo
      4 // CHECK: // foo
      5 
      6 /* bar */
      7 // CHECK: /* bar */
      8 
      9