1 2 3 4 5 6 7
// RUN: clang -emit-llvm %s void f1() { // Braces in a scalar int a = { 1 }; int b = { 1, 2 }; }