Sign in
rust
/
rust
/
e9122481a4e8a98b76b9c8668d3973d867f1bf6b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3675.rs
blob: f16efb2dcac1577ea251465f919f1de6e2658f1f [
file
]
fn
main
()
{
println
!(
"{}"
// comment
,
111
);
}