Example 13. C Code Compiled for 32-BIS State: sum( )

int max(int a, int b) { return a < b ? b : a; }