test to show include_bytes! macro supports large symlinks
This commit is contained in:
4
models/testme/src/main.rs
Normal file
4
models/testme/src/main.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
let bytes = include_bytes!("./test.txt");
|
||||
println!("{}", String::from_utf8_lossy(bytes));
|
||||
}
|
||||
Reference in New Issue
Block a user