test ansi / iso exception behavior

This commit is contained in:
Jeff Hill
2002-03-23 00:29:12 +00:00
parent dcf0185ec3
commit 76c6ebf3a9
3 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
void epicsExceptionTest ();
int main ()
{
epicsExceptionTest ();
return 0;
}