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