Instead of erroring: ```d int add(int a) @__ctfe => a + 2; void main() { int x = add(1); // currently errors, should work } ``` @ibuclaw points out that would be equivalent to immediate functions https://github.com/dlang/dmd/pull/22557#discussion_r3131292858
Instead of erroring:
@ibuclaw points out that would be equivalent to immediate functions
#22557 (comment)