mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 20:15:49 -04:00

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
|
|
|