// Test case for PR127: // gcj dumps core on method invocation on a primitive type class PR127 { void f() { int i; i.f(); } }
http://www.codebf.com/read/162519/5546819
package bar.foo; // A case of innerclass redefinition class redef1 { class redef1 {} }
http://www.codebf.com/read/162519/5546855
package bar.foo; // A case of innerclass redefinition class redef4 { class foo { class bar { class foo {}}} }
http://www.codebf.com/read/162519/5546884
#include LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) { switch (uMsg) { case WM_COMMAND: switch ( LOWORD( wParam )
http://www.codebf.com/read/161438/5553077
#include void main(void) { int a = 1, b, c, d; switch (a) { case 1: a = 5; b = 6; c = 7; d = 8; break; case 2: b
http://www.codebf.com/read/161438/5553308
#include #include void main(void) { printf("Sqrt of -1 is %f\n", sqrt(-1.0)); } int matherr(struct exception *error) { switch (error->type) { case DOMAIN:
http://www.codebf.com/read/161438/5553348
#include // Windows message procedure. LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch (uMsg) { case WM_COMMAND: /
http://www.codebf.com/read/161438/5553437
#include // Windows message procedure. LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch (uMsg) { case WM_COMMAND: // Process
http://www.codebf.com/read/161438/5553502
#include LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch (uMsg) { case WM_COMMAND: switch ( LOWORD( wParam ) )
http://www.codebf.com/read/161438/5553969
#include // Windows message procedure. LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch (uMsg) { case WM_COMMAND: // Proce
http://www.codebf.com/read/161438/5554018
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机