// Example from C99 6.10.3.4p6
// RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
;
;
include ;
// CHECK: printf("x" "1" "= %d, x" "2" "= s" x1, x2);
// CHECK: fputs("strncmp(\"abc\\0d\" \"abc\", '\\4') == 0" ": @\n", s);
// CHECK: include "vers2.h"
// CHECK: "hello";
// CHECK: "hello" ", world"