Compiler projects using llvm
struct foo {
  int i;
};

void func(void) {
  struct foo *f;
  f->i = 3;
}