removed broken fold

This commit is contained in:
Stephen M. McQuay 2012-05-05 14:01:16 -06:00
parent 984ad939df
commit 57712098eb
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
void function_name(std::initializer_list<float> list);
function_name({1.0f, -3.45f, -0.4f});
int main() {
return 0;
}