diff options
Diffstat (limited to 'source/test.c')
| -rw-r--r-- | source/test.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/test.c b/source/test.c new file mode 100644 index 0000000..eac9f91 --- /dev/null +++ b/source/test.c @@ -0,0 +1,8 @@ +#include <stdio.h> +#include "generated.h" + +int main(void) { + printf("CONFIG_AGE: %d\n", CONFIG_AGE); + printf("CONFIG_NAME: %s\n", CONFIG_NAME); +} + |
