summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/20090218-1_0.c
blob: 1dc9ee0854071162d26bddfbb2e764abebf3a24c (plain)
1
2
3
4
void set_mem_alias_set ()  __attribute__ ((always_inline));
void emit_push_insn () {
  set_mem_alias_set ();
}