File: test_modelmanager_framework_headers.cpp

package info (click to toggle)
qtcreator 19.0.0~beta2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 243,480 kB
  • sloc: cpp: 1,594,115; ansic: 531,442; xml: 62,646; python: 48,676; javascript: 15,542; sh: 2,700; asm: 2,049; perl: 1,253; lex: 737; java: 695; objc: 409; makefile: 111; yacc: 86; cs: 41; ruby: 33; sed: 22
file content (19 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <My/MyHeader.h>

#ifndef MyHeader_h
bool failure_MyHeader_not_included;
#endif

#ifndef Nested_h
bool failure_Nested_header_not_included;
#endif

#ifdef IncorrectVersion_h
bool failure_Incorrect_version_of_nested_header_included;
#endif

#ifdef CorrectVersion_h
bool success_is_the_only_option;
#endif