blob: e135d9193a40a4ad7ddf1bc0597a6857a791b9d2 [file] [log] [blame]
// RUN: %dragonegg -S %s -o - | FileCheck %s
#include <stdint.h>
char *a = (void*)(uintptr_t)(void*)&a;
// CHECK: @a = global i8* bitcast (i8** @a to i8*)