blob: ccf3b844d69ecb6879b27d937aa586071837095d [file] [log] [blame]
struct optional
{
int &get () &;
int &&get () &&;
};