#!/usr/bin/python3
print('Will segfault python3.')
import ctypes
ctypes.string_at(1)
