| Benjamin Kramer | 9d61e14 | 2016-10-27 08:49:18 +0000 | [diff] [blame] | 1 | // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s |
| Benjamin Kramer | a05bdf7 | 2017-02-11 02:00:03 +0000 | [diff] [blame] | 2 | // XFAIL: amd64-, x86_64-, x86_64h-, arm, aarch64, arm64, powerpc64le- |
| Dean Michael Berris | f469cb9 | 2016-10-27 04:56:14 +0000 | [diff] [blame] | 3 | // REQUIRES: linux |
| 4 | typedef int a; | ||||