Cross Reference: macro_backslash.c
xref
: /
external
/
clang
/
test
/
Preprocessor
/
macro_backslash.c
Home
History
Annotate
Line#
Navigate
Download
only in
macro_backslash.c
1
// RUN: %clang_cc1 -E %s -Dfoo='bar\' | FileCheck %s
2
// CHECK: TTA bar\ TTB
3
TTA
foo
TTB
4