aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/c/initializer_list.c
blob: 9bf28d946456a73668f39d608f458db45a8e42fe (plain) (blame)
1
2
3
int a[] = {
            1, 2, 3,
    4};