]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass-fulldeps/llvm-pass-plugin.rs
Auto merge of #61421 - vorner:string-in-rc-into-raw-docs, r=RalfJung
[rust.git] / src / test / run-pass-fulldeps / llvm-pass-plugin.rs
1 // aux-build:llvm-pass-plugin.rs
2 // ignore-stage1
3
4 #![feature(plugin)]
5 #![plugin(llvm_pass_plugin)]
6
7 pub fn main() { }