diff options
Diffstat (limited to 'tests/features/fstring_lib.h')
| -rw-r--r-- | tests/features/fstring_lib.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/features/fstring_lib.h b/tests/features/fstring_lib.h new file mode 100644 index 0000000..ef292d2 --- /dev/null +++ b/tests/features/fstring_lib.h @@ -0,0 +1,9 @@ + +#ifndef FSTRING_LIB_H +#define FSTRING_LIB_H + +static int lib_val() { + return 99; +} + +#endif |
