blob: 566fac00034853fc12e5825c8535323f69202b77 [file] [log] [blame]
#include <efi.h>
EFI_STATUS
efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
{
int *test = NULL;
*test = 0x123;
return EFI_SUCCESS;
}