aarch64_pr23870_bar.c 47 B

123456
  1. int bar (void);
  2. int bar ()
  3. {
  4. return 0x55;
  5. }