2007-02-04-EmptyStruct.c 111 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // RUN: %clang_cc1 %s -O3 -emit-llvm -o - // PR1175 struct empty { }; void foo(struct empty *p) { p++; }