fail20
auto fail20 = 
q{
--- fail20
	enum enumT : u32 {
	}
	// Test access to non-existing enum member that is used in expression
	void test() {
		if (enumT.ESCAPE == 0) {
		}
	}
--- <error>
fail20:5:12: Error: `enumT` has no member `ESCAPE`
};
  
		tests failing 
		functionsvariables