diff options
Diffstat (limited to 'tests/js')
-rw-r--r-- | tests/js/t11166.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/js/t11166.nim b/tests/js/t11166.nim new file mode 100644 index 000000000..8dd77925c --- /dev/null +++ b/tests/js/t11166.nim @@ -0,0 +1,4 @@ +import jsffi + +when compiles(c.props): + echo "test" |