Fixed the CBE on Solaris/Sparc. We need to define the return value of
[oota-llvm.git] / test / CFrontend / 2003-11-04-EmptyStruct.c
1 typedef struct { } rwlock_t;
2 struct fs_struct { rwlock_t lock; int umask; };
3 void __copy_fs_struct(struct fs_struct *fs) { fs->lock = (rwlock_t) { }; }
4