summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/paamayim-nekudotayim.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/paamayim-nekudotayim.rs')
-rw-r--r--tests/ui/parser/paamayim-nekudotayim.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/parser/paamayim-nekudotayim.rs b/tests/ui/parser/paamayim-nekudotayim.rs
new file mode 100644
index 000000000..cb151d652
--- /dev/null
+++ b/tests/ui/parser/paamayim-nekudotayim.rs
@@ -0,0 +1,5 @@
+// http://phpsadness.com/sad/1
+
+fn main() {
+ ::; //~ ERROR expected identifier, found `;`
+}