fail62
immutable 
@TargetOs.linux 
 auto fail62 = 
q{--- fail62
	// Trying to define extern syscall function
	@extern(syscall, 50)
	u8 mmap() {
		return 10;
	}
--- <error>
fail62:3:5: Error: External function cannot have a body
};
 
		tests failing 
		functionsvariables