.version 6.5
.target sm_30
.address_size 64


.visible .entry func()
{

 .local .b32 foobar [1];

    ret;
}
