This option controls whether var should be preferred over explicit type names for built-in types.
var x = 0;
int x = 0;