Beispiel #1
0
void testValues() {
    f = 2;
    
    monstartup(anylong(), anylong());

    //@ assert f == 2;
    //@ assert vacuous: \false;
}
Beispiel #2
0
void testValues() {
    f = 2;
    
    sethostid(anylong());

    //@ assert f == 2;
    //@ assert vacuous: \false;
}
Beispiel #3
0
void runSuccess() {
    sethostid(anylong());
}
Beispiel #4
0
void runSuccess() {
    monstartup(anylong(), anylong());
}