8 lines
80 B
C++
8 lines
80 B
C++
|
|
void epicsExceptionTest ();
|
|
|
|
int main ()
|
|
{
|
|
epicsExceptionTest ();
|
|
return 0;
|
|
} |