Clang Project

clang_source_code/test/Driver/XRay/xray-instrument-cpu.c
1// RUN: not %clang -o /dev/null -v -fxray-instrument -c %s
2// XFAIL: amd64-, x86_64-, x86_64h-, arm, aarch64, arm64, powerpc64le-, mips, mipsel, mips64, mips64el
3// REQUIRES: linux
4typedef int a;
5