LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
hello.cxx
Go to the documentation of this file.
1#include <gtest/gtest.h>
2
3TEST(HelloWorld, Hello) {
4 volatile int foo = 1000000;
5 while(--foo > 0);
6
7 EXPECT_EQ(foo, 0);
8}
TEST(HelloWorld, Hello)
Definition hello.cxx:3