Skip to content
Snippets Groups Projects
builtin_constant_p.res.oracle 165 B
Newer Older
[kernel] Parsing builtin_constant_p.i (no preprocessing)
/* Generated by Frama-C */
int __builtin_constant_p(int a)
{
  return a;
}

void main(void)
{
  return;
}