2008-01-25 Douglas Gregor <doug.gregor@gmail.com>
[official-gcc.git] / gcc / testsuite / treelang / compile / tabs.tree
blob6294c15c49ab565580a41b7e91f8ef993ef163d6
1 // { dg-do compile }
2 external_definition int main(int argc);
4 main {
5         automatic int v1;
6         automatic int v2;
7         v1 = argc;
8         v2 = 3;
10         return v2;