summaryrefslogtreecommitdiff
path: root/test cases/unit/51 clang-format/prog_orig_c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/51 clang-format/prog_orig_c')
-rw-r--r--test cases/unit/51 clang-format/prog_orig_c21
1 files changed, 21 insertions, 0 deletions
diff --git a/test cases/unit/51 clang-format/prog_orig_c b/test cases/unit/51 clang-format/prog_orig_c
new file mode 100644
index 000000000..f098bbcce
--- /dev/null
+++ b/test cases/unit/51 clang-format/prog_orig_c
@@ -0,0 +1,21 @@
+#include <stdio.h>
+
+
+
+
+int
+main(
+int
+argc,
+char**
+argv)
+{
+printf(
+"Awful.\n"
+)
+;
+return
+0
+;
+}
+