summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/paamayim-nekudotayim.rs
blob: cb151d652e133fd922e26ca9ac6f157afe1c4a70 (plain)
1
2
3
4
5
// http://phpsadness.com/sad/1

fn main() {
    ::; //~ ERROR expected identifier, found `;`
}