]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-14772.rs
Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS
[rust.git] / src / test / ui / issues / issue-14772.rs
1 // compile-flags: --test
2
3 #[test]
4 mod foo {} //~ ERROR only functions may be used as tests
5
6 fn main() {}