repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
function_hooks: update comment explaining various function hooks
[smatch.git]
/
validation
/
mem2reg
/
quadra02.c
blob
6475c7802c8dae44b35ee5948babc61a419a19cd
1
#include
"repeat.h"
2
3
#define PAT(X) int a##X = X;
4
static void
foo
(
void
)
5
{
6
REPEAT2
(
12
,
PAT
)
7
}
8
9
/*
10
* check-name: quadratic vars
11
* check-command: test-linearize -I. $file
12
* check-timeout:
13
*
14
* check-output-ignore
15
* check-output-excludes: phi\\.
16
* check-output-excludes: phisrc\\.
17
* check-output-excludes: store\\.
18
*/