]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-38954.rs
Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS
[rust.git] / src / test / ui / issues / issue-38954.rs
1 fn _test(ref _p: str) {}
2 //~^ ERROR the size for values of type
3
4 fn main() { }