Commit ea1fd424 by Martin v. Löwis

New test case.

From-SVN: r30436
parent f66d83e1
// Origin: Jeff Donner <jdonner@schedsys.com>
#include <bitset>
int main()
{
bitset<sizeof(int) * 8> bufWord;
bufWord[3] = 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment