summaryrefslogtreecommitdiffstats
path: root/funtools/funtest/comm
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/funtest/comm')
-rw-r--r--funtools/funtest/comm15
1 files changed, 15 insertions, 0 deletions
diff --git a/funtools/funtest/comm b/funtools/funtest/comm
new file mode 100644
index 0000000..4f49e6a
--- /dev/null
+++ b/funtools/funtest/comm
@@ -0,0 +1,15 @@
+ double a; # comment
+ # comment
+ {
+ struct foo{
+ double sa;
+ } foo;
+ if( cur->x:D == cur->y:D ) continue;
+ a = cur->x;
+ /* comment */
+ foo.sa = a;
+ b = (int)a;
+ cur->x = cur->y;
+ cur->y = a;
+ cur->avg:E = (cur->x+cur->y)/2.0;
+ }