diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/unit/18 pkgconfig static/include/foo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/18 pkgconfig static/include/foo.h b/test cases/unit/18 pkgconfig static/include/foo.h new file mode 100644 index 0000000..88ef554 --- /dev/null +++ b/test cases/unit/18 pkgconfig static/include/foo.h @@ -0,0 +1,3 @@ +#pragma once + +int power_level (void); |