diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-12-23 16:19:45 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-12-24 00:46:16 +0200 |
commit | 33f8d6d4c653b1894c29388d6a51f1815209900c (patch) | |
tree | 8368d3f7669bc8392eb01e517618bf62765ea6bf /test cases/unit/51 clang-format/prog_expected_c | |
parent | 4df9006ca43338fea07b9d542f94da34369e43d3 (diff) | |
download | meson-clangformat.tar.gz |
Add a clang-format target.clangformat
Diffstat (limited to 'test cases/unit/51 clang-format/prog_expected_c')
-rw-r--r-- | test cases/unit/51 clang-format/prog_expected_c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/51 clang-format/prog_expected_c b/test cases/unit/51 clang-format/prog_expected_c new file mode 100644 index 000000000..a045966a7 --- /dev/null +++ b/test cases/unit/51 clang-format/prog_expected_c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int argc, char **argv) { + printf("Awful.\n"); + return 0; +} |