Skip to content

Instantly share code, notes, and snippets.

@SiegeLord
Created October 31, 2013 03:09
Show Gist options
  • Save SiegeLord/7243856 to your computer and use it in GitHub Desktop.
Save SiegeLord/7243856 to your computer and use it in GitHub Desktop.
LDC bug
ldc2 -relocation-model=pic -c test1.d
ldc2 -relocation-model=pic -c test2.d
ldc2 -shared -of test.so test1.o test2.o
import test3;
alias C!(char) C1;
import test3;
alias C!(char) C1;
interface A
{
}
class C(T) : A
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment