forked from OSchip/llvm-project
parent
3ba544ef0a
commit
5b6032ab3c
|
@ -23,3 +23,8 @@ int test3(int a, int b, int c) {
|
|||
int test4() {
|
||||
test4();
|
||||
}
|
||||
|
||||
int test_offsetof() {
|
||||
// FIXME: change into something that is semantically correct.
|
||||
__builtin_offsetof(int, a.b.c[4][5]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue