xref: /llvm-project/clang/test/Driver/dxc_I.hlsl (revision d5a7439e220c79ca9aad323f38cd115a1a34a13f)
1// RUN: %clang_dxc -I test -Tlib_6_3  -### %s 2>&1 | FileCheck %s
2
3// Make sure -I send to cc1.
4// CHECK:"-I" "test"
5