diff options
Diffstat (limited to 'make/examples/simple-header/hello.h')
-rw-r--r-- | make/examples/simple-header/hello.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/examples/simple-header/hello.h b/make/examples/simple-header/hello.h new file mode 100644 index 000000000000..4595fad98d43 --- /dev/null +++ b/make/examples/simple-header/hello.h @@ -0,0 +1 @@ +#define WHAT "World" |