]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-25394.rs
Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS
[rust.git] / src / test / ui / issues / issue-25394.rs
1 // compile-pass
2 #![allow(dead_code)]
3 #[derive(Debug)]
4 struct Row<T>([T]);
5
6 fn main() {}