File: check_exc.cpp

package info (click to toggle)
lincvs 1.4.0-2
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 7,368 kB
  • ctags: 4,405
  • sloc: cpp: 36,167; ansic: 282; makefile: 86; sh: 51; xml: 19
file content (7 lines) | stat: -rw-r--r-- 55 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
class X {};

int main()
{
   throw X();
   return 0;
}