diff options
Diffstat (limited to 'Examples/ExampleCDialect.cc')
| -rw-r--r-- | Examples/ExampleCDialect.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Examples/ExampleCDialect.cc b/Examples/ExampleCDialect.cc deleted file mode 100644 index b55dd5f..0000000 --- a/Examples/ExampleCDialect.cc +++ /dev/null @@ -1,7 +0,0 @@ -int __ImageStart(int argc, char const* argv[]) -{ - int *foo; - *foo = 36; - - return *foo; -} |
