1 // RUN: %clang_cc1 %s -emit-llvm -O1 -o - | FileCheck %s
2 // The load here was getting lost because this code was close
3 // enough to the traditional (wrong) implementation of offsetof
4 // to confuse the gcc FE. 8629268.
13 int * bar(unsigned int ix
) {