1 // Test scanning deps works with _Pragma syntax when not inside a macro.
4 // RUN: split-file %s %t
5 // RUN: sed "s|DIR|%/t|g" %t/cdb.json.template > %t/cdb.json
7 // RUN: clang-scan-deps -compilation-database %t/cdb.json -j 1
9 //--- cdb.json.template
12 "command": "clang -fsyntax-only DIR/tu.c",