blob: c7554929151ab24f71f79f934d4108d3599c888e [file] [log] [blame]
// @dart = 2.9
library test;
double f(x) => 1.0;
main() {}