Skip to content
Snippets Groups Projects
Commit 10615a72 authored by Basile Desloges's avatar Basile Desloges
Browse files

[kernel] Add test for __builtin_types_compatible_p

parent 36612966
No related branches found
No related tags found
No related merge requests found
/* run.config
OPT: -machdep gcc_x86_64 -print
*/
int main() {
return __builtin_types_compatible_p(int, int[]);
}
[kernel] Parsing builtin_types_compatible.i (no preprocessing)
/* Generated by Frama-C */
int main(void)
{
int __retres;
__retres = 0;
return __retres;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment