// Must provide initializer for reference-type variable void func(int a) { int &b; b = 0; }