aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/profile1.C
blob: 3c671a2db5442d6cc2e518424eac6bb1fb186ea5 (plain)
1
2
3
4
5
6
7
8
9
// Special g++ Options: -pg
// GROUPS passed profiling
// Skip if not native
// excess errors test - XFAIL m68k-motorola-sysv m88k-motorola-sysv3 mips*-*-* i[3456]86-*-sco3.2v5*
#include <stdio.h>
main()
{
  printf ("PASS\n");
}