]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/no-integrated-as/hello.rs
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / no-integrated-as / hello.rs
CommitLineData
a7813a04 1fn main() {
2c00a5a8 2 println!("Hello, world!");
54a0048b 3}