diff options
Diffstat (limited to 'tests/semantic/method-main-inline.test')
-rw-r--r-- | tests/semantic/method-main-inline.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/semantic/method-main-inline.test b/tests/semantic/method-main-inline.test new file mode 100644 index 000000000..c2afe6447 --- /dev/null +++ b/tests/semantic/method-main-inline.test @@ -0,0 +1,4 @@ +Invalid Code + +inline void main () { +} |