[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081119-1_0.C
blobca1455e49e775373a08768c7a236e2e66d450604
1 /* { dg-lto-do link } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-lto-options {{-fPIC -flto -flto-partition=1to1 -r -nostdlib}} } */
5 #include "20081119-1.h"
7 extern __gnu_cxx::new_allocator<int> X;
9 int
10 f (__gnu_cxx::new_allocator<int> * a)
12  return a->max_size () + X.max_size();