]> git.lizzy.rs Git - rust.git/commitdiff
Add test case for change in 039bfe
authorTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 23 Jan 2013 00:22:30 +0000 (16:22 -0800)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 23 Jan 2013 00:22:55 +0000 (16:22 -0800)
src/test/run-pass/const-extern-function.rs

index b0186b4b4824574441896042f3ca2e9e95c243a6..e8fd09137a597da5aa0955ff2651fcb3e48d9796 100644 (file)
@@ -18,4 +18,6 @@ struct S {
 }
 
 fn main() {
+    assert foopy == f;
+    assert f == s.f;
 }
\ No newline at end of file