Skip to content
Commit 01a72ff5 authored by Lauro Ramos Venancio's avatar Lauro Ramos Venancio
Browse files

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
parent e9f30d32
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment