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