1// RUN: %clang_cc1 -E %s -Dfoo='bar\' | FileCheck %s
2// CHECK: TTA bar\ TTB
3TTA foo TTB
4