blob: 1519b10f827b1a9384bf42a8c45f498898e817c2 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/diag9247.d(11): Error: functions cannot return opaque type `S` by value
fail_compilation/diag9247.d(12): Error: functions cannot return opaque type `S` by value
---
*/
struct S;
S foo();
S function() bar;