// Test the GNU comma swallowing extension.
// RUN: %clang_cc1 %s -E | FileCheck -strict-whitespace %s
// CHECK: 1: foo{A, }
1:
// CHECK: 2: fo2{A,}
2:
// should eat the comma.
// CHECK: 3: {foo}
3:
// PR3880
// CHECK: 4: AA BB
4:
// PR7943
// CHECK: 5: 1
5: