1 2 3 4 5 6
// Duplicate keyword where expression expected int main() { int x; x = return 5; return x; }