1 // RUN: %clang_dxc -DTEST=2 -Tlib_6_7 -### %s 2>&1 | FileCheck %s
2 // RUN: %clang_dxc -DTEST=2 -Tlib_6_7 %s -fcgl -Fo - | FileCheck %s --check-prefix=ERROR
4 // Make sure -D send to cc1.
8 #error "TEST not defined"
10 #error "TEST defined to wrong value"