Beispiel #1
0
int main(void)
{
	testCopy();
	testCast();
	
	return 0;
}
Beispiel #2
0
 void testVirtual() {
   DV d;
   clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}}
 }