blob: 605373159e6599c1a6f21f0805fb8fbc22486f7b (
plain)
1
2
3
4
5
6
7
8
|
// XFAIL: hexagon
// RUN: rm -rf %t.dir
// RUN: mkdir -p %t.dir/a.out
// RUN: cd %t.dir && not %clang %s
// RUN: test -d %t.dir/a.out
// REQUIRES: shell
int main() { return 0; }
|