1 #include "script_test_11.h"
3 static unsigned int buffer1
[256] __attribute((used
));
4 static unsigned int buffer2
[256] __attribute((used
)) = { 1 };
6 unsigned int foo
__attribute__((section(".foo")));
7 extern char __foo_start
;
13 if (&__foo_end
- &__foo_start
!= sizeof(foo
))
15 if (!ptr_equal(&__foo_start
, (char *)&foo
))
This page took 0.036328 seconds and 4 git commands to generate.