DCD/tests/tc040/file.d

12 lines
113 B
D

T[] dbGet(T)(string sql)
{
}
void main()
{
foreach (res; dbGet!int("select * from table"))
{
aa[res.];
}
}