about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/empty_main.rs
blob: d081b6db6702af3fbd54f8e3303ffdfde984a192 (plain)
1
2
3
// This may look trivial, but a bunch of code runs in std before
// `main` is called, so we are ensuring that that all works.
fn main() {}