Add new minimal testcase showing generic tag memory corruption.

This commit is contained in:
Graydon Hoare 2011-04-11 15:00:18 -07:00
parent fcb344799a
commit d218df02bf

View File

@ -0,0 +1,6 @@
// xfail-stage0
// This causes memory corruption in stage0.
tag thing[K] { some(K); }
fn main() { auto x = some("hi"); }