1#definebarrier() __asm____volatile__("": : :"memory")
2f(void)3staticvoidf(void)4{
5barrier();
6gotol;
7l:
8barrier();
9}
10/*
11 * check-name: Label followed by __asm__
12 * check-description: Sparse used to parse the __asm__ as modifying the label.
13 */14