]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/keyword-typeof.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / keyword-typeof.rs
index c42875382b98d088af5804a1cec90293b3b4e4f8..29ec4f5844b1e5e2052fdb0ff1af7e61372c0cde 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// compile-flags: -Z parse-only
+
 fn main() {
     let typeof = (); //~ ERROR `typeof` is a reserved keyword
 }