You've already forked gnatcoverage
mirror of
https://github.com/AdaCore/gnatcoverage.git
synced 2026-02-12 12:44:55 -08:00
9 lines
97 B
C++
9 lines
97 B
C++
|
|
extern "C"
|
||
|
|
{
|
||
|
|
void
|
||
|
|
do_cpp_dump ()
|
||
|
|
{
|
||
|
|
int x = 0; // generate a SCO to check reports
|
||
|
|
}
|
||
|
|
}
|