diff options
Diffstat (limited to 'third_party/rust/clang-sys/tests/header.h')
-rw-r--r-- | third_party/rust/clang-sys/tests/header.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/rust/clang-sys/tests/header.h b/third_party/rust/clang-sys/tests/header.h new file mode 100644 index 0000000000..5c392d3145 --- /dev/null +++ b/third_party/rust/clang-sys/tests/header.h @@ -0,0 +1,6 @@ +#ifndef HEADER_H_
+#define HEADER_H_
+
+int add(int a, int b);
+
+#endif
|