2 // { dg-options "-O2" }
4 // Copyright (C) 2001 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 18 May 2001 <nathan@codesourcery.com>
7 // Bug 2781. We forgot to copy addressability information when
14 static void Static (int v1);
32 void B::Member(int v1)
38 void B::Static(int v1)
49 void xswap (int& x1) { x1 = 2; }