1 foo 2 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s 3 bar 4 5 // CHECK: {{^ }}foo 6 // CHECK: {{^ }}bar 7 8