diff options
Diffstat (limited to 'tests/indent/c/initializer_list.c')
| -rw-r--r-- | tests/indent/c/initializer_list.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indent/c/initializer_list.c b/tests/indent/c/initializer_list.c new file mode 100644 index 000000000..9bf28d946 --- /dev/null +++ b/tests/indent/c/initializer_list.c @@ -0,0 +1,3 @@ +int a[] = { + 1, 2, 3, + 4}; |
