#!/usr/bin/env python2
print 'Will segfault python.'
import ctypes
ctypes.string_at(0)
