2 // RUN: split-file %s %t
3 // RUN: sed -e "s|DIR|%/t|g" %t/cdb.json.template > %t/cdb.json
5 // RUN: clang-scan-deps -compilation-database %t/cdb.json | FileCheck %s
13 //--- cdb.json.template
17 "command": "clang -fsyntax-only DIR/t.c",
36 // More stuff after following '#endif', should invalidate the macro guard optimization,
37 // and allow `top.h` to get re-included.