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