xref
: /
llvm-project
/
clang
/
test
/
Preprocessor
/
macro_backslash.c
(revision 2afb63c0010ae69eefb34ce5926dcec21934e394)
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