> string fb = fizzbuzz(); ` > > You could do CTFE by turning `string fb = fizzbuzz();` into > `static string fb = fizzbuzz(); There is a fair chance its ctfe without it