Skip to content

Commit aa4683c

Browse files
committed
test: Add a test case for bare static strings
1 parent 4e60d7e commit aa4683c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fn main() {
2+
let x: &static/str = "foo";
3+
io::println(x);
4+
}
5+

0 commit comments

Comments
 (0)