File: test_modelmanager_framework_headers.cpp

package info (click to toggle)
qtcreator 18.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 261,164 kB
  • sloc: cpp: 1,581,559; ansic: 528,781; python: 48,245; xml: 34,678; javascript: 15,495; sh: 2,670; asm: 2,049; perl: 1,039; 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 (9)
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