master
 1export fn entry() void {
 2    var a = &b;
 3    _ = &a;
 4}
 5inline fn b() void {}
 6
 7// error
 8//
 9// :2:9: error: variable of type '*const fn () callconv(.@"inline") void' must be const or comptime
10// :2:9: note: function has inline calling convention