printColours      303 test/bench/shootout/chameneosredux.c    printColours(blue, blue);
printColours      304 test/bench/shootout/chameneosredux.c    printColours(blue, red);
printColours      305 test/bench/shootout/chameneosredux.c    printColours(blue, yellow);
printColours      306 test/bench/shootout/chameneosredux.c    printColours(red, blue);
printColours      307 test/bench/shootout/chameneosredux.c    printColours(red, red);
printColours      308 test/bench/shootout/chameneosredux.c    printColours(red, yellow);
printColours      309 test/bench/shootout/chameneosredux.c    printColours(yellow, blue);
printColours      310 test/bench/shootout/chameneosredux.c    printColours(yellow, red);
printColours      311 test/bench/shootout/chameneosredux.c    printColours(yellow, yellow);