diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-18 23:23:50 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-18 23:23:50 +0000 |
| commit | 82559fe7ff00f5cce030f4d5231a270267087624 (patch) | |
| tree | d6571b5376ca153d46947b83ae94508de714b089 /tests/features/fstring_lib.h | |
| parent | 562e010dd47ec1e238017369ea481700d826b68d (diff) | |
Fix for #5
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 |
