Implement codegen for the following static var init.
void g() { static char a[10]; static char *b = a; } Now we can compile wget! llvm-svn: 47627
Loading
Please register or sign in to comment
void g() { static char a[10]; static char *b = a; } Now we can compile wget! llvm-svn: 47627