1#version 460 core
2
3void main (void)
4{
5    {
6        int demote = 0;
7        demote;
8    }
9    demote;
10}
11