mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-07 05:59:42 +00:00
925213b0fa
This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
6 lines
80 B
C
6 lines
80 B
C
// RUN: not %clang_cc1 %s -Eonly 2>&1 | grep error
|
|
|
|
#define COMM1 / ## /
|
|
COMM1
|
|
|