diff options
Diffstat (limited to 'test cases/unit/53 clang-format/header_orig_h')
-rw-r--r-- | test cases/unit/53 clang-format/header_orig_h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test cases/unit/53 clang-format/header_orig_h b/test cases/unit/53 clang-format/header_orig_h new file mode 100644 index 000000000..f2222f305 --- /dev/null +++ b/test cases/unit/53 clang-format/header_orig_h @@ -0,0 +1,9 @@ +#pragma once + +int +fun +( +int +argc +) +; |