quakeforge/tools/qfcc/test/int-float.r
Bill Currie 7209c61912 Fix initializing local float variables with an integer constant.
Run the assignment expression through fold_constants to handle any
necessary conversions and error checking.
2011-03-05 17:23:58 +09:00

4 lines
40 B
R

void foo (void)
{
local float x = 0;
}