about summary refs log tree commit diff
path: root/make/examples/not-so-simple-header-auto/foo/hello.c
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-02-09T12·48+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-02-09T12·48+0000
commit3087b3f7513ce713e0b759f63b9a4e9142e46f82 (patch)
treeef9c92ef186a8336dc8d293f37052247a008cd06 /make/examples/not-so-simple-header-auto/foo/hello.c
parenteb94581d399b8d0945b883b14c4a892fdab95dfc (diff)
* Obsolete.
Diffstat (limited to 'make/examples/not-so-simple-header-auto/foo/hello.c')
-rw-r--r--make/examples/not-so-simple-header-auto/foo/hello.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/examples/not-so-simple-header-auto/foo/hello.c b/make/examples/not-so-simple-header-auto/foo/hello.c
deleted file mode 100644
index 7d5b402ce5c2..000000000000
--- a/make/examples/not-so-simple-header-auto/foo/hello.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-
-#include "fnord/indirect.h"
-
-int main(int argc, char * * argv)
-{
-    printf(HELLO " " WHAT "\n");
-    return 0;
-}