Skip to content
Snippets Groups Projects
Commit 11486796 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Thibault Martin
Browse files

[tests] test case for typename/idname lexer context manipulations

parent 1a2125d7
No related branches found
No related tags found
No related merge requests found
[kernel] Parsing typename.i (no preprocessing)
/* Generated by Frama-C */
typedef int typ;
void f(typ typ)
{
return;
}
typ g;
typedef int typ;
void f(typ typ) { }
typ g;
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