]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-21356.rs
Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS
[rust.git] / src / test / ui / issues / issue-21356.rs
1 #![allow(unused_macros)]
2
3 macro_rules! test { ($wrong:t_ty ..) => () }
4                   //~^ ERROR: invalid fragment specifier `t_ty`
5
6 fn main() {}