source_group: Fix TREE argument parsing

Fixes: #17581
This commit is contained in:
Mateusz Janek
2018-01-25 07:28:53 +01:00
committed by Brad King
parent e07cf68f46
commit 365e02e73e
6 changed files with 185 additions and 95 deletions
@@ -0,0 +1,4 @@
int tree_empty_prefix_foo(void)
{
return 6;
}