blob: 24f887422ddf16a76c16390cb7771dba865fc4a6 [file] [log] [blame]
// RUN: clang -emit-llvm %s
void f1()
{
// Scalars in braces.
int a = { 1 };
int b = { 1, 2 };
}