module fail1; void func() { float* fp; float f = *fp; } void main() { func(); }