view tests/mini/compile_bug26.d @ 1561:8912aabdb26e

MDNode left the Context! The changes are in #if LLVM_REV >= 77733 to make the dstress bot happy.
author Benjamin Kramer <benny.kra@gmail.com>
date Fri, 31 Jul 2009 23:53:06 +0200
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}