repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
8322 nl: misleading-indentation
[unleashed/tickless.git]
/
usr
/
src
/
cmd
/
dtrace
/
test
/
tst
/
common
/
print
/
tst.array.d.out
blob
0702d4bb5a80001d1b712dfd97f0ab3f10518ea3
1
int [3] [ 0x1, 0x2, 0x3 ]
2
char [30] "ab"
3
bar_t [2] [
4
bar_t {
5
int alpha = 0x5
6
},
7
bar_t {
8
int alpha = 0x6
9
}
10
]
11
foo_t {
12
int [3] a = [ 0x1, 0x2, 0x3 ]
13
char [30] b = [ "ab" ]
14
bar_t [2] c = [
15
bar_t {
16
int alpha = 0x5
17
},
18
bar_t {
19
int alpha = 0x6
20
}
21
]
22
char [3] d = [ '\004', '\0', '\0' ]
23
}