diff options
Diffstat (limited to 'html-test/src/PR643.hs')
-rw-r--r-- | html-test/src/PR643.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html-test/src/PR643.hs b/html-test/src/PR643.hs new file mode 100644 index 00000000..565e5b57 --- /dev/null +++ b/html-test/src/PR643.hs @@ -0,0 +1,3 @@ +module PR643 (test) where + +import PR643_1 |