OSDN Git Service

2012-12-15 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / 20081119-1_1.C
1 #include "20081119-1.h"
2
3 __gnu_cxx::new_allocator<int> X;
4
5 int
6 f (__gnu_cxx::new_allocator<int> a)
7 {
8  return a.max_size ();
9 }