mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-05 08:49:49 +00:00
8 lines
61 B
C++
8 lines
61 B
C++
|
typedef int Int;
|
||
|
typedef char Char;
|
||
|
|
||
|
void
|
||
|
foo(Int, Char)
|
||
|
{
|
||
|
}
|