This crashes. I'm not sure what's going on...

// RUN: clang -emit-llvm %s

typedef union { int i; int *j; } value;

int get_value(value v) {
  return *v.j;
}

-- 
Seo Sanghyeon
_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to