first-line-indent.c 135 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 foo // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s bar // CHECK: {{^ }}foo // CHECK: {{^ }}bar