Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 -E -P %s | FileCheck %s
      2 // CHECK: int x;
      3 // CHECK-NEXT: int x;
      4 
      5 #include "print_line_include.h"
      6 #include "print_line_include.h"
      7