ReactOS 0.4.15-dev-7924-g5949c20
static_init.c File Reference
#include <apitest.h>
Include dependency graph for static_init.c:

Go to the source code of this file.

Functions

 START_TEST (static_init)
 

Variables

int static_construct_counter
 
int static_init_counter = 123
 

Function Documentation

◆ START_TEST()

START_TEST ( static_init  )

Definition at line 14 of file static_init.c.

15{
16 ok(static_init_counter == 123, "static_init_counter: %d\n", static_init_counter);
17 ok(static_construct_counter == 790, "static_construct_counter: %d\n", static_construct_counter);
18}
#define ok(value,...)
Definition: atltest.h:57
int static_init_counter
Definition: static_init.c:12
int static_construct_counter

Variable Documentation

◆ static_construct_counter

int static_construct_counter
extern

Definition at line 25 of file static_construct.cpp.

Referenced by init_static::init_static(), START_TEST(), and TestInitStatic().

◆ static_init_counter

int static_init_counter = 123

Definition at line 12 of file static_init.c.

Referenced by init_static::init_static(), START_TEST(), and TestInitStatic().