diff options
Diffstat (limited to 'tests/priv_hello/priv_hello.ek')
| -rw-r--r-- | tests/priv_hello/priv_hello.ek | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/priv_hello/priv_hello.ek b/tests/priv_hello/priv_hello.ek new file mode 100644 index 0000000..fe6fa86 --- /dev/null +++ b/tests/priv_hello/priv_hello.ek @@ -0,0 +1,7 @@ +import "import/priv_hello.ek" + +main() +{ + /* expect this to fail */ + hello(); +} |
