new test
This commit is contained in:
parent
98fc723392
commit
48c8a60c2e
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
struct foo {
|
||||||
|
int a;
|
||||||
|
char *b;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
int
|
||||||
|
main(void)
|
||||||
|
{
|
||||||
|
return __builtin_offsetof(struct foo, b);
|
||||||
|
}
|
Loading…
Reference in New Issue