// { dg-options "-Winline -O" }

#include <vector>

using namespace std;

int main(void)
{
  vector<int> v(10);
}


syntax highlighted by Code2HTML, v. 0.9.1