File: main.m

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (68 lines) | stat: -rw-r--r-- 1,357 bytes parent folder | download | duplicates (38)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
int main() {
  // Disable clang-format as it gets confused by the keyword identifiers.
  // clang-format off
  int alignas = 1;
  int alignof = 1;
  int and = 1;
  int and_eq = 1;
  int atomic_cancel = 1;
  int atomic_commit = 1;
  int atomic_noexcept = 1;
  int bitand = 1;
  int bitor = 1;
  int bool = 1;
  int catch = 1;
  int char8_t = 1;
  int char16_t = 1;
  int char32_t = 1;
  int class = 1;
  int compl = 1;
  int concept = 1;
  int consteval = 1;
  int constexpr = 1;
  int constinit = 1;
  int const_cast = 1;
  int co_await = 1;
  int co_return = 1;
  int co_yield = 1;
  int decltype = 1;
  int delete = 1;
  int dynamic_cast = 1;
  int explicit = 1;
  int export = 1;
  int false = 1;
  int friend = 1;
  int mutable = 1;
  int namespace = 1;
  int new = 1;
  int noexcept = 1;
  int not = 1;
  int not_eq = 1;
  int operator= 1;
  int or = 1;
  int or_eq = 1;
  int private = 1;
  int protected = 1;
  int public = 1;
  int reflexpr = 1;
  int reinterpret_cast = 1;
  int requires = 1;
  int static_assert = 1;
  int static_cast = 1;
  int synchronized = 1;
  int template = 1;
  int this = 1;
  int thread_local = 1;
  int throw = 1;
  int true = 1;
  int try = 1;
  int typeid = 1;
  int typename = 1;
  int using = 1;
  int virtual = 1;
  int wchar_t = 1;
  int xor = 1;
  int xor_eq = 1;
  // clang-format on
  return 0; // break here
}