This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
gcc
Watch
2
Star
0
Fork
0
You've already forked gcc
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
82382c5ae7
gcc
/
libmudflap
/
testsuite
/
libmudflap.c++
/
pass55-frag.cxx
8 lines
87 B
C++
Raw
Normal View
History
Unescape
Escape
re PR libmudflap/19319 (Mudflap produce many violations on simple, correct c++ program) 2005-02-13 Frank Ch. Eigler <fche@redhat.com> PR mudflap/19319 * testsuite/libmudflap.c++/pass55-frag.c: New test. From-SVN: r94983
2005-02-13 13:49:34 +01:00
#
include
<vector>
int
main
(
)
{
std
:
:
vector
<
int
>
v
;
v
.
push_back
(
1
)
;
* typo fix From-SVN: r94984
2005-02-13 13:58:28 +01:00
return
0
;
re PR libmudflap/19319 (Mudflap produce many violations on simple, correct c++ program) 2005-02-13 Frank Ch. Eigler <fche@redhat.com> PR mudflap/19319 * testsuite/libmudflap.c++/pass55-frag.c: New test. From-SVN: r94983
2005-02-13 13:49:34 +01:00
}
Reference in New Issue
Copy Permalink