xref
: /
minix3
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Preprocessor
/
macro_backslash.c
(revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 -E %s -Dfoo='bar\' | FileCheck %s
2
// CHECK: TTA bar\ TTB
3
TTA
foo
TTB
4