]> git.lizzy.rs Git - rust.git/blob - tests/target/string-lit-custom.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / string-lit-custom.rs
1 // rustfmt-format_strings: false
2
3 fn main() {
4     let expected = "; ModuleID = \'foo\'
5
6 ; Function Attrs: nounwind
7 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) #0
8
9 declare i32 @write(i32, i8*, i32)
10
11 declare i32 @putchar(i32)
12
13 declare i32 @getchar()
14
15 define i32 @main() {
16 entry:
17   ret i32 0
18 }
19
20 attributes #0 = { nounwind }
21 ";
22 }