1// Ignore memcpy return 2@@ 3expression E1, E2, E3; 4@@ 5- memcpy(E1, E2, E3) 6+ (void) memcpy(E1, E2, E3) 7