aboutsummaryrefslogtreecommitdiffstats
path: root/test/clightgen/annotations.c
blob: 56fc17002342cbae0dd7c93fc83456f9fc0888cd (plain)
1
2
3
4
5
6
int f(int x, long y)
{
  __builtin_ais_annot("x is %e1, y is %e2", x, y);
  __builtin_annot("x is %1, y is %2", x, y);
  return __builtin_annot_intval("x was here: %1", x);
}