Add include needed for MSVC.
[clang/acc.git] / test / Frontend / dependency-gen.c
blob456ce947f0916efb8bae8f7b0ca38f337f3515ce
1 // rdar://6533411
2 // RUN: clang -MD -MF %t.d -c -x c -o %t.o /dev/null &&
3 // RUN: grep '.*dependency-gen.c.out.tmp.o:' %t.d &&
4 // RUN: grep '/dev/null' %t.d &&
6 // RUN: clang -M -x c /dev/null -o %t.deps &&
7 // RUN: grep 'null.o: /dev/null' %t.deps