blob: ce1829e02724df8eadfe46dd0c0ff51e7f5c436c [file] [log] [blame]
static int asm_reload(void)
{
int mem = 0;
asm volatile ("[%1] <= 1" : "=m" (mem));
return mem;
}
/*
* check-name: asm-reload0
* check-command: test-linearize $file
*
* check-output-ignore
* check-output-contains: load\\.
*/