diff --git a/tests/js/t11166.nim b/tests/js/t11166.nim new file mode 100644 index 0000000000..8dd77925cf --- /dev/null +++ b/tests/js/t11166.nim @@ -0,0 +1,4 @@ +import jsffi + +when compiles(c.props): + echo "test"